Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: JManager Reference /
Chapter 1 - JManager Reference / JManager Constants and Data Types


Applet Locator Optional Parameters

When passing the applet locator data structure to the JMNewAppletLocatorFromInfo function, you can provide optional parameters that are passed to the applet for execution. Such parameters are defined by the JMLibOptionalParams data type.

struct JMLIBOptionalParams {
   char* fParamName;
   char* fParamValue;
};
Field Description
fParamName
The name of the optional parameter (as found in the NAME field of a <PARAM> applet tag).
fParamValue
The value of the optional parameter (as found in the VALUE field of a <PARAM> applet tag).

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help